home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / ifp1s158.zip / PAGE_11.INF < prev    next >
Text File  |  1993-06-26  |  1KB  |  29 lines

  1.   This page displays information abot the environment space.
  2.  
  3.   The environment space is used to hold information for programs to use. It
  4. is controlled by using the DOS command SET.
  5.  
  6.   Some commonly used variables:
  7.  
  8. COMSPEC: This is the program that controls the DOS prompt. It is also used
  9.          when you 'Shell to DOS' from programs.
  10.  
  11. PATH:    These are the directories DOS will search when you type a command
  12.          it doesn't internally know. It first searches the current
  13.          directory, then all of the ones listed on the PATH. It tries each
  14.          directory by looking for a file with a .COM, .EXE, or .BAT
  15.          extention, in that order.
  16.  
  17. PROMPT:  This is used to display the prompt.
  18.  
  19. TEMP:    Used by many programs and DOS 5. Should point to a directory or,
  20.          more commonly, a RAMDISK, and is used by programs for temporary
  21.          storage.
  22.  
  23.   Many programs use environment variables to hold information, such as
  24. where their startup files are, and startup commands. INFOPLUS supports an
  25. environment variable. If used, it contains the directory where INFOPLUS's
  26. INFOPLUS.HLP file is located. If the .HLP file is in the same directory as
  27. INFOPLUS.EXE, then you don't really need the environment variable.
  28.  
  29.